home *** CD-ROM | disk | FTP | other *** search
/ NOVA - For the NeXT Workstation / NOVA - For the NeXT Workstation.iso / Apps / Graphics / Viewers / FastTIFF / TIFFView.h < prev    next >
Text File  |  1992-12-25  |  191b  |  14 lines

  1. #import <appkit/View.h>
  2.  
  3. @interface TIFFView:View
  4. {
  5.      id        image,bitmap;
  6.      BOOL    isCached;
  7. }
  8.  
  9. - drawSelf:(NXRect *)rects :(int)count;
  10. - openTIFF:sender;
  11. - toggleCachingMode:sender;
  12.  
  13. @end
  14.